home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 3.dxr / scripting_9_openvergrootglas.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  477 b   |  14 lines

  1. on openvergrootglas
  2.   global VergrootglasWindow, jaartalindexteller
  3.   VergrootglasWindow = window("3insert")
  4.   VergrootglasWindow.rect = rect(the stageLeft + 179, the stageTop, the stageLeft + 179 + 212, the stageTop + 212)
  5.   VergrootglasWindow.fileName = the moviePath & "3insert"
  6.   VergrootglasWindow.titleVisible = 0
  7.   VergrootglasWindow.windowType = member("masker1bit")
  8.   open(VergrootglasWindow)
  9.   nul = EMPTY
  10.   if jaartalindexteller < 10 then
  11.     nul = "0"
  12.   end if
  13. end
  14.